From: Richard M. Stallman Date: Sun, 7 Mar 1993 23:45:23 +0000 (+0000) Subject: Declare Qcategory, Qlocal_map. Declare textget, get_local_map. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96998 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1a7c673b85b6c77d90825c82f4b2e1f35cb5f219;p=emacs.git Declare Qcategory, Qlocal_map. Declare textget, get_local_map. --- diff --git a/src/intervals.h b/src/intervals.h index a50e46c61b2..a859cb86b9d 100644 --- a/src/intervals.h +++ b/src/intervals.h @@ -174,6 +174,8 @@ extern void verify_interval_modification (); extern INTERVAL balance_intervals (); extern INLINE void copy_intervals_to_string (); extern INTERVAL copy_intervals (); +extern Lisp_Object textget (); +extern Lisp_Object get_local_map (); /* Declared in textprop.c */ @@ -182,7 +184,9 @@ extern Lisp_Object Qmouse_left; extern Lisp_Object Qmouse_entered; extern Lisp_Object Qpoint_left; extern Lisp_Object Qpoint_entered; -extern Lisp_Object Qmodification; +extern Lisp_Object Qmodification_hooks; +extern Lisp_Object Qcategory; +extern Lisp_Object Qlocal_map; /* Visual properties text (including strings) may have. */ extern Lisp_Object Qforeground, Qbackground, Qfont, Qunderline, Qstipple;